Package com.rnett.action.artifact

Wrappers for @actions/artifact.

Types

artifact
Link copied to clipboard
object artifact
Wrappers for @actions/artifact.
DownloadResponse
Link copied to clipboard
external interface DownloadResponse
The response of an artifact download.
UploadResponse
Link copied to clipboard
external interface UploadResponse
The response to an artifact upload.

Functions

requireSuccess
Link copied to clipboard
fun UploadResponse.requireSuccess()
Throws an error if the upload has failed items.

Properties

downloadLocation
Link copied to clipboard
val DownloadResponse.downloadLocation: Path
The full Path to where the artifact was downloaded
hasFailedItems
Link copied to clipboard
val UploadResponse.hasFailedItems: Boolean
True if some items in the upload failed.